Allow packaging of crates with unstable features
authorSteven Fackler <sfackler@palantir.com>
Thu, 18 Jan 2018 18:35:40 +0000 (10:35 -0800)
committerSteven Fackler <sfackler@palantir.com>
Thu, 18 Jan 2018 18:35:40 +0000 (10:35 -0800)
commitc85a43b07ef6b436ef223cea7abbfec8ae05a31b
treeb5f82d2f927c8430482371d27d1f935a5ca87b5d
parent7d75776fdb0f5436109e6f5fe76f3fb9b8f5a7e4
Allow packaging of crates with unstable features

We don't want them to land on crates.io, but it's fine to make a .crate
file.

Closes #4954
src/cargo/ops/cargo_package.rs
src/cargo/ops/registry.rs
tests/cargo-features.rs
tests/publish.rs